home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / offumac / INIZIO.DIR / 00018_Script_rollaexit < prev    next >
Text File  |  1999-04-28  |  169b  |  7 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to "exitroll"
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to "esci"
  7. end